home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / fx / garandsmoke.tik < prev    next >
Encoding:
Text File  |  2002-10-21  |  1017 b   |  70 lines

  1. TIKI
  2. setup
  3. {
  4.     scale 0.02
  5.     path models/fx/dummy
  6.     skelmodel dummy2.skd
  7. }
  8.  
  9. init
  10. {
  11.     client
  12.     {
  13.         cache explosed2.spr
  14.         cache fire_ring.spr
  15.         cache vsssource.spr
  16.     }
  17. }
  18.  
  19. animations
  20. {
  21.     aaaa dummy2.skc // hack to allow the idle anim's entry commands to run
  22.     idle dummy2.skc
  23.     {
  24.         client
  25.         {
  26.             //enter sound gas_explode
  27.             enter originspawn
  28.             (
  29.                 count 1
  30.                 model vsssource.spr
  31.                 alpha 0.16
  32.                 color .6 .6 .6
  33.                 spritegridlighting
  34.                 life 0.5
  35.                 scalerate 1.00
  36.                 velocity 20.00
  37.                 offsetalongaxis 10 0 0
  38.                 fade
  39.             )
  40.  
  41.             enter originspawn
  42.             (
  43.                 spawnrate 1.00
  44.                 model vsssource.spr
  45.                 alpha 0.16
  46.                 color .6 .6 .6
  47.                 spritegridlighting
  48.                 life 0.6
  49.                 velocity 40.00
  50.                 offsetalongaxis 20 0 0
  51.                 fade
  52.             )
  53.  
  54.             enter originspawn
  55.             (
  56.                 spawnrate 1.00
  57.                 model vsssource.spr
  58.                 alpha 0.16
  59.                 color .6 .6 .6
  60.                 spritegridlighting
  61.                 life 0.7
  62.                 scalerate 2.5
  63.                 velocity 60.00
  64.                 offsetalongaxis 30 0 0
  65.                 fade
  66.             )
  67.         }
  68.     }
  69.